home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20021006-20030409 / 000392_fdc@columbia.edu_Thu Mar 27 12:03:26 EST 2003.msg < prev    next >
Text File  |  2003-04-08  |  3KB  |  79 lines

  1. Article: 14193 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Help troubleshooting Lockfiles
  6. Date: 27 Mar 2003 12:03:16 -0500
  7. Organization: Columbia University
  8. Lines: 62
  9. Message-ID: <b5vask$82g$1@watsol.cc.columbia.edu>
  10. References: <b5v0pi$jt3$1@newsmaster.ldgo.columbia.edu>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1048784597 3151 128.59.39.139 (27 Mar 2003 17:03:17 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Mar 2003 17:03:17 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14193
  16.  
  17. In article <b5v0pi$jt3$1@newsmaster.ldgo.columbia.edu>,
  18. Val Schmidt <vschmidt@ldeo.columbia.edu> wrote:
  19. : I'm new to kermit and need some help troubleshooting a lockfile problem.
  20. : Here's what I've got:
  21. : Redhat 8.0
  22. : C-Kermit 208
  23. : IBM thinkpad
  24. : Here's what I've done:
  25. : Downloaded ckermit, unzipped, untarred.
  26. : Changed makefile to specify /usr/share/man/man1 for man files.
  27. :
  28. You don't need to change the makefile; see:
  29.  
  30.   http://www.columbia.edu/kermit/ckuins.html#x5.4
  31.  
  32. : Compiled ckermit with "make redhat80" without error.
  33. : Installed ckermit with "make install".  Binaries and man file were
  34. : installed, but the "certificates", "source code","text" files were not
  35. : installed.  I don't know if this is the root of the problem or not.
  36. It's not.
  37.  
  38. : Ok, now if I run kermit and type "set line ttyS0" I get "Sorry, write access
  39. : to the UUCP lockfile directory is denied."
  40. : I  read the install instructions (sections 10 and 11) and have tried the
  41. : following:
  42. : 1) Verified that /dev/ttyS0 (among others) is owned by root, in the uucp
  43. : group
  44. : [vschmidt@val-ldeo vschmidt]$ ls -l /dev/ttyS0
  45. :     crw-rw----    1 root     uucp       4,  64 Aug 30  2002 /dev/ttyS0
  46. : 2) Changed the group ownership of the lock file to uucp and made sure it has
  47. : rw permission. [This didn't fix the problem, so I later gave it world rw
  48. : permissions as shown below which also didn't help.]
  49. : [vschmidt@val-ldeo vschmidt]$ ls -l /var/
  50. :     drwxrwxrwx    4 root     uucp         1024 Mar 27 08:45 lock
  51. : 3. Changed the group permissions on the kermint binary to uucp and setgid
  52. : with "chmod g+s kermit". [I later changed the ownership of kermit and setuid
  53. : as well.  This is shown below.]
  54. :     -rwsr-sr-x  1 uucp   uucp   2120965 Mar 26 19:35: /usr/local/bin/kermit
  55. Alternatively you could put yourself in the uucp group.
  56.  
  57. : After all that, if I run kermit and and type "set line ttyS0" I still get
  58. : "Sorry, write access to the UUCP lockfile directory is denied."
  59. : I have verified that the lock file is /var/lock with "show variables" within
  60. : kermit. I'm completely stumped.
  61. I grant you it seems pretty stumping.  What are the permissions on /var?
  62.  
  63. Maybe if you log out and in again.  Or reformat your disk and reinstall
  64. Windows (just kidding).
  65.  
  66. : Any ideas of things to try would be very very much appreciated.
  67. The steps listed in the installation instructions, Sections 10 and 11, work
  68. for me and, as far as I know, for everybody else besides you.
  69.  
  70. - Frank
  71.